body {
    padding: 0;
    margin: 0;
    background-color: #42423c;
}

p {
    color: white;
}

a {
    text-decoration: none;
}

h1{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	padding: inherit;
	
}

h2,h4{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.40em;
	text-align: center ;
	position: relative;
	
	
}

h3{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	
}

h5{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 3.80em;
	text-align: center;
	padding: 30px;
}

h6{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
	font-size: 1.8em;
	padding: 15px;
}

h7{
	font-family: 'Trajan-color', serif;
	color: #d7ac01;
}

.navbar{
	font-family: 'Trajan-color', serif;
    list-style: none;
	font-size: auto;
    margin: 3%;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    color:#d7ac01;
}
s
.nav-item{
    margin: 0 3%;
}

.nav-link {
    color: #d7ac01;
    padding: 0;
}

.nav-link.active{
    color: #d7ac01;
}


.carousel-title {
    text-align: center;
    position: absolute;
    top: 21vw;
    left: 0;
    right: 0;
    font-size: 1.2vw;
}

/* about us */
.about-title {
    width: 75%;
    margin: 5% auto 2%;
}

.img-container{
    width: 60%;
}

.about-info {
    width: 40%;
}

.about-container img {
    width: 100%;
}

.about-container {
    width: 75%;
    margin: 2% auto;
    display: flex;
}

.about-container p {
    text-align: justify;
}

.about-container img {
    margin-left: 8%;
}

/* third section */
.contact-container {
    width: 80%;
    margin: 0 auto 5%;
    display: flex;
}

.contact-info {
    width: 35%;
}

.contact-form {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form input[type=text] ,input[type=email] ,textarea{   
	background-color: #42423c;   
	border: 5px solid #c4c4c4; 
}

.contact-form input[type=text] ,input[type=email] {
    width: 32%;
    margin-bottom: 3%;
}

.contact-form textarea{
    width: 100%;
}

.contact-form .send-btn{
	float: right;
	background: black;
	color: #d7ac01;
	border: none;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 5px;
	font-family: 'Trajan-color', serif;
	cursor: pointer;
	transition: 0.3s;
	transition-property: background;
	margin: 3% 0;
	
}

.contact-form .send-btn:hover{
	background: #232222; 
}

.contact-info{
	line-height: 70px;
	font-size: 25px;
	font-family: 'adobe-garamond-pro', serif;
	color: white;
}

.footer{
	background-color: #c4c4c4;
	font-family: 'adobe-garamond-pro', serif;
	justify-content: center;
	text-align: center;
	column-gap: 15%;
	padding: 20px;
}

.footer-link {
    margin: 25px auto 10px;
    display: flex;
    width: 35%;
    max-width: 200px;
    justify-content: space-around;
    align-items: center;
}

.footer-link img {
    width: 20px;
}

.background-5{
	background-image: url("../image/main-cover-01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.carousel-title a:link {
    color: white;
  }
  
  /* visited link */
  .carousel-title a:visited {
    color: white;
  }
  
  /* mouse over link */
  .carousel-title a:hover {
    color: white;
  }
  
  /* selected link */
  .carousel-title a:active {
    color: white;
  }

@media (max-width:992px) {
    /* about */
    .about-container{
        flex-direction: column-reverse;
    }

    .about-title {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    .img-container{
        width: 80%;
        margin: 0 auto;
    }

    .about-container img {
        margin-left: 0;
    }

    .about-info {
        width: 100%;
    }

    /* contact */
    .contact-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-info{
        width: auto;
        margin-bottom: 30px;
    }

    .contact-form{
        width: 100%;
    }

    .footer{
        background-color: #c4c4c4;
        font-family: 'adobe-garamond-pro', serif;
        justify-content: center;
        text-align: center;
        column-gap: 15%;
        padding: 20px;
    }
}

@media(max-width: 576px){
    h6 {
        font-size: 1rem;
    }
}